home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / manpath.config < prev    next >
Encoding:
Text File  |  2005-09-26  |  4.6 KB  |  113 lines

  1. # manpath.config
  2. #
  3. # This file is used by the man-db package to configure the man and cat paths.
  4. # It is also used to provide a manpath for those without one by examining
  5. # their PATH environment variable. For details see the manpath(5) man page.
  6. #
  7. # Lines beginning with `#' are comments and are ignored. Any combination of
  8. # tabs or spaces may be used as `whitespace' separators.
  9. #
  10. # There are three mappings allowed in this file:
  11. # --------------------------------------------------------
  12. # MANDATORY_MANPATH            manpath_element
  13. # MANPATH_MAP        path_element    manpath_element
  14. # MANDB_MAP        global_manpath    [relative_catpath]
  15. #---------------------------------------------------------
  16. # every automatically generated MANPATH includes these fields
  17. #
  18. #MANDATORY_MANPATH             /usr/src/pvm3/man
  19. #
  20. MANDATORY_MANPATH            /usr/man
  21. MANDATORY_MANPATH            /usr/share/man
  22. MANDATORY_MANPATH            /usr/X11R6/man
  23. MANDATORY_MANPATH            /usr/local/man
  24. #---------------------------------------------------------
  25. # set up PATH to MANPATH mapping
  26. # ie. what man tree holds man pages for what binary directory.
  27. #
  28. #        *PATH*        ->    *MANPATH*
  29. #
  30. MANPATH_MAP    /bin            /usr/share/man
  31. MANPATH_MAP    /usr/bin        /usr/share/man
  32. MANPATH_MAP    /sbin            /usr/share/man
  33. MANPATH_MAP    /usr/sbin        /usr/share/man
  34. MANPATH_MAP    /usr/local/bin        /usr/local/man
  35. MANPATH_MAP    /usr/local/bin        /usr/local/share/man
  36. MANPATH_MAP    /usr/local/sbin        /usr/local/man
  37. MANPATH_MAP    /usr/local/sbin        /usr/local/share/man
  38. MANPATH_MAP    /usr/X11R6/bin        /usr/X11R6/man
  39. MANPATH_MAP    /usr/bin/X11        /usr/X11R6/man
  40. MANPATH_MAP    /usr/games        /usr/share/man
  41. MANPATH_MAP    /opt/bin        /opt/man
  42. MANPATH_MAP    /opt/sbin        /opt/man
  43. #---------------------------------------------------------
  44. # For a manpath element to be treated as a system manpath (as most of those
  45. # above should normally be), it must be mentioned below. Each line may have
  46. # an optional extra string indicating the catpath associated with the
  47. # manpath. If no catpath string is used, the catpath will default to the
  48. # given manpath.
  49. #
  50. # You *must* provide all system manpaths, including manpaths for alternate
  51. # operating systems, locale specific manpaths, and combinations of both, if
  52. # they exist, otherwise the permissions of the user running man/mandb will
  53. # be used to manipulate the manual pages. Also, mandb will not initialise
  54. # the database cache for any manpaths not mentioned below unless explicitly
  55. # requested to do so.
  56. #
  57. # In a per-user configuration file, this directive only controls the
  58. # location of catpaths and the creation of database caches; it has no effect
  59. # on privileges.
  60. #
  61. # Any manpaths that are subdirectories of other manpaths must be mentioned
  62. # *before* the containing manpath. E.g. /usr/man/preformat must be listed
  63. # before /usr/man.
  64. #
  65. #        *MANPATH*     ->    *CATPATH*
  66. #
  67. MANDB_MAP    /usr/man        /var/cache/man/fsstnd
  68. MANDB_MAP    /usr/share/man        /var/cache/man
  69. MANDB_MAP    /usr/local/man        /var/cache/man/oldlocal
  70. MANDB_MAP    /usr/local/share/man    /var/cache/man/local
  71. MANDB_MAP    /usr/X11R6/man        /var/cache/man/X11R6
  72. MANDB_MAP    /opt/man        /var/cache/man/opt
  73. #
  74. #---------------------------------------------------------
  75. # Program definitions.  These are commented out by default as the value
  76. # of the definition is already the default.  To change: uncomment a
  77. # definition and modify it.
  78. #
  79. #DEFINE     pager    /usr/bin/pager -s
  80. #DEFINE     cat    /bin/cat
  81. #DEFINE     tr    /usr/bin/tr '\255\267\264\327' '\055\157\047\170'
  82. #DEFINE        grep    /bin/grep
  83. #DEFINE     troff     /usr/bin/groff -mandoc
  84. #DEFINE     nroff     /usr/bin/nroff -mandoc
  85. #DEFINE     eqn     /usr/bin/eqn
  86. #DEFINE     neqn    /usr/bin/neqn
  87. #DEFINE     tbl     /usr/bin/tbl
  88. #DEFINE     col     /usr/bin/col
  89. #DEFINE     vgrind     /usr/bin/vgrind
  90. #DEFINE     refer     /usr/bin/refer
  91. #DEFINE     grap     /usr/bin/grap
  92. #DEFINE     pic     /usr/bin/pic -S
  93. #
  94. #DEFINE        decompressor    /bin/gzip -dc
  95. #DEFINE        compressor    /bin/gzip -c7
  96. #---------------------------------------------------------
  97. # Misc definitions: same as program definitions above.
  98. #
  99. #DEFINE        whatis_grep_flags        -i
  100. #DEFINE        apropos_grep_flags        -iEw
  101. #DEFINE        apropos_regex_grep_flags    -iE
  102. #---------------------------------------------------------
  103. # Section names. Manual sections will be searched in the order listed here;
  104. # the default is 1, n, l, 8, 3, 2, 5, 4, 9, 6, 7. Multiple SECTION
  105. # directives may be given for clarity, and will be concatenated together in
  106. # the expected way.
  107. # If a particular extension is not in this list (say, 1mh), it will be
  108. # displayed with the rest of the section it belongs to. The effect of this
  109. # is that you only need to explicitly list extensions if you want to force a
  110. # particular order. Sections with extensions should usually be adjacent to
  111. # their main section (e.g. "1 1mh 8 ...").
  112. SECTION        1 n l 8 3 2 3posix 3pm 3perl 5 4 9 6 7
  113.